www.gusucode.com > 调制识别 基于决策论的通信信号调制识别实现matlab源码程序 > moulation classification/key feature simulink/M1_func.m

    function M1=M1_func(s)
h=hilbert(s);
a1=A_func(h);
M1=M_func(a1);